<# # It is recommended to test the script on a local machine for its purpose and effects. # ManageEngine Endpoint Central will not be responsible for any # damage/loss to the data/setup based on the behavior of the script. # Description: Script is designed To Fetch the File Details # Configuration Type - COMPUTER / USER # Arguments - Registry Hive & Output Location should be hardcoded inside the script # Note: If it is Computer Based path the configuration to be executed as Computer Based configuration If it is User Based path the configuration to be executed as User Based configuration #> # File path needs to be hardcoded here $chromePath = 'C:\Program Files\Google\Chrome\Application\chrome.exe' (Get-Item -Path $chromePath).VersionInfo | Format-List -Force